home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineSprite_441 / frame_42 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  388 b   |  8 lines

  1. _root.cauchomodel[_root.muchbikes] = _root.cauchomodel[_root.human];
  2. _root.engine[_root.muchbikes] = _root.engine[_root.human];
  3. _root.weapon[_root.muchbikes] = _root.weapon[_root.human];
  4. _root.xtra[_root.muchbikes] = _root.xtra[_root.human];
  5. _root.weaponcounter[_root.muchbikes] = _root.weaponcounter[_root.human];
  6. _root.human = _root.muchbikes;
  7. _parent.gotoAndStop(_root.screen);
  8.